home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / EDITORS / WED30G.ZIP;1 / DLLCALL.ZIP / DC-TEST.WBT next >
Encoding:
Text File  |  1993-07-31  |  227 b   |  7 lines

  1. ; This WBT file merely tests the WIL DllCall function with a DLL provided
  2. ; in the Technical notes provided with this product.
  3. a=DllCall("DCTST16I.DLL","MYENTRYPOINT","It Worked! Really!")
  4. Message("Returned value",a)
  5.  
  6.